Skip to content

Add MetEngine smart money analytics#15

Open
vrajdesai78 wants to merge 3 commits intoPolymarket:mainfrom
vrajdesai78:main
Open

Add MetEngine smart money analytics#15
vrajdesai78 wants to merge 3 commits intoPolymarket:mainfrom
vrajdesai78:main

Conversation

@vrajdesai78
Copy link

@vrajdesai78 vrajdesai78 commented Feb 25, 2026

  • Add 27 MetEngine smart money analytics commands (market discovery, intelligence,
    trades, wallet analytics) powered by x402 pay-per-request on Solana Mainnet
  • Accept Polymarket URLs, slugs, or raw condition IDs for market-specific commands
    (resolves via Gamma SDK)
  • Add x402 HTTP client with FreeClient (health/pricing) and PaidClient (Solana-signed
    paid endpoints)

Note

Medium Risk
Adds a new paid network integration that signs Solana transactions/requests for x402 payment authentication and pulls in a large set of Solana/x402 dependencies, which could affect build size/compatibility and request/payment flows.

Overview
Adds MetEngine smart money analytics to the CLI. Introduces a new metengine command group with many subcommands for market discovery, intelligence/trades, and wallet analytics, including support for resolving inputs as condition IDs, Polymarket URLs, or slugs.

Implements x402-backed HTTP clients for MetEngine. Adds FreeClient (unauthenticated health/pricing) and PaidClient that uses Solana keypair/RPC plus x402-reqwest middleware to automatically handle HTTP 402 payment challenges.

Updates dependencies and lockfile to include reqwest/reqwest-middleware, x402-*, and solana-* crates, loosens alloy to >=1.6.3,<1.7, and expands docs with MetEngine setup/usage plus a new docs/smart-wallet-kelly-ev.md article.

Written by Cursor Bugbot for commit 1762405. This will update automatically on new commits. Configure here.

Copy link

@cursor cursor bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Cursor Bugbot has reviewed your changes and found 2 potential issues.

Bugbot Autofix is OFF. To automatically fix reported issues with Cloud Agents, enable Autofix in the Cursor dashboard.

vrajdesai78 and others added 2 commits March 6, 2026 19:12
Marketing article showcasing MetEngine's 27 CLI subcommands in the context
of a quantitative trading workflow. Covers edge discovery, Kelly position
sizing, smart money validation, and wallet analytics.

All CLI commands verified against actual clap definitions. Fixed:
- whale-trades --timeframe 48h -> 7d (valid enum values)
- wallet-profile --include-positions -> --include-positions true (ArgAction::Set)

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant